lyx_mirror/src/frontends/gnome/gnome_helpers.h
Angus Leeming 0507b8600d Copyright notices
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5345 a592a061-630c-0410-9148-cb99ea01b6c8
2002-09-25 14:26:13 +00:00

26 lines
408 B
C++

// -*- 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