diff options
author | fluxgen <fluxgen> | 2004-06-10 17:24:24 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2004-06-10 17:24:24 (GMT) |
commit | 397e2a68cc7dba9315a30a0c041555df26d7516e (patch) | |
tree | f31a41ae31c263db26ca8c67760392470d636b13 | |
parent | 655c7b9de66989e271d89a68e7141b5922934ac7 (diff) | |
download | fluxbox-397e2a68cc7dba9315a30a0c041555df26d7516e.zip fluxbox-397e2a68cc7dba9315a30a0c041555df26d7516e.tar.bz2 |
minor fix
-rw-r--r-- | src/IntResMenuItem.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/IntResMenuItem.cc b/src/IntResMenuItem.cc index 8cdb9a8..0074409 100644 --- a/src/IntResMenuItem.cc +++ b/src/IntResMenuItem.cc | |||
@@ -19,9 +19,10 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: IntResMenuItem.cc,v 1.2 2003/05/18 21:59:14 fluxgen Exp $ | 22 | // $Id: IntResMenuItem.cc,v 1.3 2004/06/10 17:24:24 fluxgen Exp $ |
23 | 23 | ||
24 | #include "IntResMenuItem.hh" | 24 | #include "IntResMenuItem.hh" |
25 | #include "PixmapWithMask.hh" | ||
25 | #include <cstdio> | 26 | #include <cstdio> |
26 | 27 | ||
27 | namespace { | 28 | namespace { |