Add missing @param in exception.h

Originally committed to SVN as r3330.
This commit is contained in:
Amar Takhar 2009-07-30 04:29:12 +00:00
parent 4e37bdea68
commit 93f78921f3

View file

@ -59,7 +59,7 @@ namespace Aegisub {
/// @brief DOCME /// @brief DOCME
/// @param msg /// @param msg
/// @param 0 /// @param inr
/// ///
Exception(const wxString &msg, Exception *inr = 0) : message(msg), inner(inr) { } Exception(const wxString &msg, Exception *inr = 0) : message(msg), inner(inr) { }
Exception(); // not implemented, not wanted Exception(); // not implemented, not wanted