]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/jpg-httpd.hxx
Oops, fixed a typo.
[flightgear.git] / src / Network / jpg-httpd.hxx
index b51b6d376f8e78dbadb986daccd9c578f59d0088..610b51215ae666158931fe843ba39ad023696ecb 100644 (file)
 
 #ifdef FG_JPEG_SERVER
 #  include <simgear/screen/jpgfactory.hxx>
+#else
+// dummy it in to keep the compiler happy
+class trJpgFactory {
+public:
+    trJpgFactory();
+    void init(int, int);
+    void destroy();
+    int render();
+  void *data();
+};
 #endif
 
 #include "protocol.hxx"