From 0bd6fa4bc0c886da6b5b3167333fbd28fbad622c Mon Sep 17 00:00:00 2001 From: fredb Date: Mon, 25 Dec 2006 19:38:34 +0000 Subject: [PATCH] Maik Justus : if the build is configured without FG_JPEG_SERVER, the compilation fails. --- src/Network/jpg-httpd.hxx | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5