X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fdevice.h;fp=source%2Fcore%2Fdevice.h;h=97a28e73f6307b852c9305808be39e7cb08a3b48;hb=5d9ecb00aea134fa082a0fa6b9c82c643a884a32;hp=2b75e4c81a9d9613ee478fc64ac1e99c4aac3517;hpb=5871764de7aa23d2c40cac03ad9d07088fb57e06;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;