diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2006-12-21 13:49:57 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2006-12-21 13:49:57 +0000 |
commit | e129981198f46f513604082581bfb9534bad1db0 (patch) | |
tree | 890cdb8a2e6b45918e831bb9315ba0f1cc3e1b72 /misc/demoniac | |
parent | ecaf39a5350612fcd82f6dfaef7dbddd51382294 (diff) | |
download | ports-e129981198f46f513604082581bfb9534bad1db0.tar.gz ports-e129981198f46f513604082581bfb9534bad1db0.zip |
Fix build with gcc41
Notes
Notes:
svn path=/head/; revision=180332
Diffstat (limited to 'misc/demoniac')
-rw-r--r-- | misc/demoniac/files/patch-libfx-glmain.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/demoniac/files/patch-libfx-glmain.h b/misc/demoniac/files/patch-libfx-glmain.h new file mode 100644 index 000000000000..44e4ee0d5011 --- /dev/null +++ b/misc/demoniac/files/patch-libfx-glmain.h @@ -0,0 +1,11 @@ +--- libfx/glmain.h.orig Thu Dec 21 14:42:42 2006 ++++ libfx/glmain.h Thu Dec 21 14:43:00 2006 +@@ -113,7 +113,7 @@ + ~GLMain(); + + //! kill all instances, reset application +- void GLMain::clearAll(); ++ void clearAll(); + + //! register a new effect + int registerFX(FXGeneric *fx, int fxsize); |