Commit 64627409 authored by Claes Sjofors's avatar Claes Sjofors

Xtt build fix for build without gstreamer

parent d4f351f2
......@@ -1585,8 +1585,8 @@ int main(int argc, char *argv[]) {
XttStreamGtk::XttStreamGtk( GtkWidget *st_parent_wid, void *st_parent_ctx, const char *name, const char *st_uri,
int width, int height, int x, int y, double scan_time,
unsigned int st_options, int st_embedded, pwr_tStatus *sts) :
XttStream( st_parent_ctx, name, st_uri, width, height, x, y, scan_time, st_options, st_embedded) { *sts = 0;}
unsigned int st_options, int st_embedded, pwr_tAttrRef *arp, pwr_tStatus *sts) :
XttStream( st_parent_ctx, name, st_uri, width, height, x, y, scan_time, st_options, st_embedded, arp) { *sts = 0;}
XttStreamGtk::~XttStreamGtk() {}
......
......@@ -157,7 +157,7 @@ class XttStreamGtk : public XttStream {
public:
XttStreamGtk( GtkWidget *parent_wid, void *parent_ctx, const char *name, const char *uri,
int width, int height, int x, int y,
double scan_time, unsigned int options, int embedded, pwr_tStatus *sts);
double scan_time, unsigned int options, int embedded, pwr_tAttrRef *arp, pwr_tStatus *sts);
~XttStreamGtk();
void pop() {}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment