diff options
author | Marius Kintel <marius@kintel.net> | 2011-11-27 22:02:38 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-11-27 22:02:38 (GMT) |
commit | 10185d2de8d6bdfa29f7db74c94833fe41ab9859 (patch) | |
tree | 528eebf9b4297cb82b6c87c77840233287fea4c8 /src/GLView.h | |
parent | 3bf98dd19f9ed6b23f8d6ffba480ea62e22b0de4 (diff) |
More correct preference and warning settings for OpenCSG capability
Diffstat (limited to 'src/GLView.h')
-rw-r--r-- | src/GLView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GLView.h b/src/GLView.h index 8b281dd..c31e7af 100644 --- a/src/GLView.h +++ b/src/GLView.h @@ -82,7 +82,7 @@ private: bool is_opencsg_capable; bool has_shaders; private slots: - void display_opengl20_warning(); + void display_opencsg_warning(); #endif signals: |