mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 19:59:46 +00:00
0507b8600d
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5345 a592a061-630c-0410-9148-cb99ea01b6c8
26 lines
408 B
C++
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
|