diff options
author | deva <deva> | 2005-10-18 12:07:40 +0000 |
---|---|---|
committer | deva <deva> | 2005-10-18 12:07:40 +0000 |
commit | 1099eeae24b28306022ae3663a2766261b3455e4 (patch) | |
tree | 8f40fa2017c8955e014701dd2dd19861bfe68200 /src/historywidget.h | |
parent | 38e4cbdb7aabf90d9a56ac95f1c8beca810c9436 (diff) |
*** empty log message ***
Diffstat (limited to 'src/historywidget.h')
-rw-r--r-- | src/historywidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/historywidget.h b/src/historywidget.h index af06325..d464d59 100644 --- a/src/historywidget.h +++ b/src/historywidget.h @@ -25,6 +25,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ #include "config.h" +#ifdef USE_GUI #ifndef __MIAV_HISTORYWIDGET_H__ #define __MIAV_HISTORYWIDGET_H__ @@ -48,3 +49,4 @@ private: }; #endif/*__MIAV_HISTORYWIDGET_H__*/ +#endif/*USE_GUI*/ |