diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-05-24 17:48:31 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-05-24 17:48:31 +0200 |
commit | 88ad29908349549c880f74a9572c1cd032a8479b (patch) | |
tree | 3200b3157f06b013712f847dbbcca6dc2b299f68 /src | |
parent | 1445aa7be442522d8712b28923e633555dbc3660 (diff) |
make header file consistent after rename (noticed by corvid)
Diffstat (limited to 'src')
-rw-r--r-- | src/xembed.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xembed.hh b/src/xembed.hh index 9412bb13..72fbf887 100644 --- a/src/xembed.hh +++ b/src/xembed.hh @@ -1,5 +1,5 @@ -#ifndef __XIDWINDOW_HH__ -#define __XIDWINDOW_HH__ +#ifndef __XEMBED_HH__ +#define __XEMBED_HH__ #include <fltk/Window.h> |