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
1 changed files with 1 additions and 1 deletions

View File

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