diff options
Diffstat (limited to 'src/gui/browserbox.h')
-rw-r--r-- | src/gui/browserbox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/browserbox.h b/src/gui/browserbox.h index ccef76e5..2897ee96 100644 --- a/src/gui/browserbox.h +++ b/src/gui/browserbox.h @@ -152,8 +152,10 @@ class BrowserBox : public gcn::Widget, public gcn::MouseListener bool mUseLinksAndUserColors; int mSelectedLink; +#ifdef USE_OPENGL static int instances; /**< Number of Window instances */ static gcn::ImageFont* browserFont; +#endif }; #endif |