Fixed ignored qualifiers warning

This commit is contained in:
Robert Osfield 2016-06-08 11:06:52 +01:00
parent 20148c5b8d
commit 43f8a13d03

View File

@ -74,7 +74,7 @@ class CameraPacket {
void writeEventQueue(osgViewer::Viewer& viewer);
void setMasterKilled(const bool flag) { _masterKilled = flag; }
const bool getMasterKilled() const { return _masterKilled; }
bool getMasterKilled() const { return _masterKilled; }
unsigned int _byte_order;
bool _masterKilled;