summaryrefslogtreecommitdiff
path: root/ui/svgIcon.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/svgIcon.h')
-rw-r--r--ui/svgIcon.h2
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;
};