diff --git a/src/Result.hpp b/src/Result.hpp index cad2b62..bfef008 100644 --- a/src/Result.hpp +++ b/src/Result.hpp @@ -7,7 +7,7 @@ namespace ArbUt { /// @brief Simple data class to return a functions success or failure. /// @tparam T The potential return value of the function. - template class Result { + template class Result { public: /// @brief Return a success, along with the success value. /// @param value The value to return.