Merge branch 'master' of https://Shyotl@bitbucket.org/LightDrake/singularityviewer-internal.git into FMODStudio
This commit is contained in:
@@ -108,7 +108,7 @@ namespace {
|
||||
mFile.close();
|
||||
}
|
||||
|
||||
bool okay() { return mFile; }
|
||||
bool okay() { return !!mFile; }
|
||||
|
||||
virtual bool wantsTime() { return true; }
|
||||
|
||||
|
||||
@@ -67,7 +67,7 @@ public:
|
||||
LLEventPumpOrPumpName() {}
|
||||
operator LLEventPump& () const { return *mPump; }
|
||||
LLEventPump& getPump() const { return *mPump; }
|
||||
operator bool() const { return mPump; }
|
||||
operator bool() const { return !!mPump; }
|
||||
bool operator!() const { return ! mPump; }
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user