forked from mia/Aegisub
Add missing @param in exception.h
Originally committed to SVN as r3330.
This commit is contained in:
parent
4e37bdea68
commit
93f78921f3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue