diff --git a/CasterSoundboard/libs/osc/reader/OscBundle.cpp b/CasterSoundboard/libs/osc/reader/OscBundle.cpp index bfef7cc..a032d73 100644 --- a/CasterSoundboard/libs/osc/reader/OscBundle.cpp +++ b/CasterSoundboard/libs/osc/reader/OscBundle.cpp @@ -91,7 +91,7 @@ OscBundle* OscBundle::getBundle(qint32 index) { if (dynamic_cast(mContentList[index]) != 0) return dynamic_cast(mContentList[index]); - throw GetBundleException(); + throw GetBundleException(); } /** @@ -105,5 +105,5 @@ OscMessage* OscBundle::getMessage(qint32 index) { if (dynamic_cast(mContentList[index]) != 0) return dynamic_cast(mContentList[index]); - throw GetMessageException(); + throw GetMessageException(); }