From 500e1f9892dd41419663e9f72cf47bab5b2aca0b Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Mon, 23 Sep 2024 00:33:33 -0500 Subject: Saving work. --- src/result.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/result.hpp') diff --git a/src/result.hpp b/src/result.hpp index 6bb8971..9103f46 100644 --- a/src/result.hpp +++ b/src/result.hpp @@ -15,12 +15,12 @@ * limitations under the License. */ -#ifndef GETSUYOMI_RESULT_HPP -#define GETSUYOMI_RESULT_HPP +#ifndef BOOKMOUSE_RESULT_HPP +#define BOOKMOUSE_RESULT_HPP #include -namespace getsuyomi { +namespace bookmouse { template class Result { @@ -77,6 +77,6 @@ private: std::variant m_value; }; -} // namespace getsuyomi +} // namespace bookmouse #endif -- cgit v1.2.3