]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/Object.h
Reused eog HIG dialog in GPdf.
[evince.git] / pdf / xpdf / Object.h
index 65d0be0d57031207dd1d1635325b28645ee2f6b1..8f0b370bc849b5d88b4de1af92041ccd685ef8ad 100644 (file)
@@ -2,14 +2,16 @@
 //
 // Object.h
 //
-// Copyright 1996-2002 Glyph & Cog, LLC
+// Copyright 1996-2003 Glyph & Cog, LLC
 //
 //========================================================================
 
 #ifndef OBJECT_H
 #define OBJECT_H
 
-#ifdef __GNUC__
+#include <aconf.h>
+
+#ifdef USE_GCC_PRAGMAS
 #pragma interface
 #endif
 
@@ -152,6 +154,7 @@ public:
   Ref getRef() { return ref; }
   int getRefNum() { return ref.num; }
   int getRefGen() { return ref.gen; }
+  char *getCmd() { return cmd; }
 
   // Array accessors.
   int arrayGetLength();