X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fdevice.h;h=97a28e73f6307b852c9305808be39e7cb08a3b48;hb=e1be82a4dfce8d90358c506f65be09da4dc9d5ec;hp=2b75e4c81a9d9613ee478fc64ac1e99c4aac3517;hpb=d16d28d2ccf7c6255204f02975834f713ff1df08;p=libs%2Fgl.git diff --git a/source/core/device.h b/source/core/device.h index 2b75e4c8..97a28e73 100644 --- a/source/core/device.h +++ b/source/core/device.h @@ -48,7 +48,8 @@ private: static Device *current; public: - Device(Graphics::Window &, const DeviceOptions & = DeviceOptions()); + Device(Graphics::Window &); + Device(Graphics::Window &, const DeviceOptions &); ~Device(); using DeviceBackend::get_context;