X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Fjpg-httpd.hxx;h=610b51215ae666158931fe843ba39ad023696ecb;hb=eab047941704df98a7b14966bf8b7d10181de985;hp=b51b6d376f8e78dbadb986daccd9c578f59d0088;hpb=e75f6a8f0100f847cbe1bb8fc83a0c466dbe44f5;p=flightgear.git diff --git a/src/Network/jpg-httpd.hxx b/src/Network/jpg-httpd.hxx index b51b6d376..610b51215 100644 --- a/src/Network/jpg-httpd.hxx +++ b/src/Network/jpg-httpd.hxx @@ -36,6 +36,16 @@ #ifdef FG_JPEG_SERVER # include +#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"