diff options
Diffstat (limited to 'src/lib/exceptions.h')
| -rw-r--r-- | src/lib/exceptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exceptions.h b/src/lib/exceptions.h index acb2ea9e6..c7389a5f2 100644 --- a/src/lib/exceptions.h +++ b/src/lib/exceptions.h @@ -383,7 +383,7 @@ public: class FastvideoError : public std::runtime_error { public: - explicit FastvideoError (std::string s); + explicit FastvideoError (std::string s, int code=0); }; #endif |
