Try to warn if we're running the 32-bit version on 64-bit windows (WoW64) (#1569).
[dcpomatic.git] / src / lib / exceptions.h
index fe87ababcad292335b52ed07d0328c19484420bb..f6b3bd902dd7a0cc8df5201ded9c08122bdd6989 100644 (file)
@@ -285,4 +285,11 @@ public:
        KDMAsContentError ();
 };
 
+class GLError : public std::runtime_error
+{
+public:
+       GLError (char const * last, int e);
+};
+
+
 #endif