diff options
Diffstat (limited to 'projects')
-rw-r--r-- | projects/Stacker/lib/compiler/StackerCompiler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/Stacker/lib/compiler/StackerCompiler.h b/projects/Stacker/lib/compiler/StackerCompiler.h index 9e35fa8..c724c32 100644 --- a/projects/Stacker/lib/compiler/StackerCompiler.h +++ b/projects/Stacker/lib/compiler/StackerCompiler.h @@ -149,8 +149,8 @@ class StackerCompiler /// @name Utility functions /// @{ public: - /// @brief Throws an exception to indicate an error - /// @param message The message to be output + /// @brief Throws an exception to indicate an error + /// @param message The message to be output /// @param line Override for the current line no static inline void ThrowException( const std::string &message, int line = -1) |