Remove stray ;'s

Originally committed to SVN as r4444.
This commit is contained in:
Amar Takhar 2010-06-05 23:44:07 +00:00
parent b01855ecbd
commit acc9e53714
2 changed files with 2 additions and 2 deletions

View file

@ -38,4 +38,4 @@ void OptionValue::Unsubscribe(OptionValueListener *listener, OptionValueListener
listeners.erase(listener);
}
};
}

View file

@ -303,4 +303,4 @@ namespace agi {
/// @brief Some input data were invalid and could not be processed
DEFINE_BASE_EXCEPTION(InvalidInputException,Exception)
};
}