// -*- C++ -*- /** * \file gnome_helpers.h * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * * \author unknown * * Full author contact details are available in file CREDITS */ #ifndef GNOME_HELPERS_H #define GNOME_HELPERS_H #ifdef __GNUG__ #pragma interface #endif #include "debug.h" #undef Status #undef Value #undef DestroyNotify #endif