diff options
Diffstat (limited to 'ui/svgIcon.h')
| -rw-r--r-- | ui/svgIcon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/svgIcon.h b/ui/svgIcon.h index be01446..8009891 100644 --- a/ui/svgIcon.h +++ b/ui/svgIcon.h @@ -14,5 +14,5 @@ public: private: friend class LoadFromFile; // Test case verifying size/content - glTexture texture; + glTexture<GL_TEXTURE_2D> texture; }; |
