diff options
Diffstat (limited to 'src/ui/struct/SoftwareVersion.h')
-rw-r--r-- | src/ui/struct/SoftwareVersion.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ui/struct/SoftwareVersion.h b/src/ui/struct/SoftwareVersion.h index 54a78b5d..d4d9f729 100644 --- a/src/ui/struct/SoftwareVersion.h +++ b/src/ui/struct/SoftwareVersion.h @@ -26,8 +26,7 @@ * */ -#ifndef GPGFRONTEND_SOFTWAREVERSION_H -#define GPGFRONTEND_SOFTWAREVERSION_H +#pragma once #include <boost/date_time.hpp> @@ -84,5 +83,3 @@ struct SoftwareVersion { static int version_compare(const std::string& a, const std::string& b); }; } // namespace GpgFrontend::UI - -#endif // GPGFRONTEND_SOFTWAREVERSION_H |