From: fredb Date: Mon, 25 Dec 2006 19:38:34 +0000 (+0000) Subject: Maik Justus : if the build is configured without FG_JPEG_SERVER, the compilation... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0bd6fa4bc0c886da6b5b3167333fbd28fbad622c;p=flightgear.git Maik Justus : if the build is configured without FG_JPEG_SERVER, the compilation fails. --- diff --git a/src/Network/jpg-httpd.hxx b/src/Network/jpg-httpd.hxx index 4e143a28f..1628dff7b 100644 --- a/src/Network/jpg-httpd.hxx +++ b/src/Network/jpg-httpd.hxx @@ -44,6 +44,7 @@ public: void init(int, int); void destroy(); int render(); + void setFrustum(double,double,double,double,double,double); void *data(); }; #endif