aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/struct/SoftwareVersion.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2023-02-07 09:16:45 +0000
committerSaturneric <[email protected]>2023-02-07 09:16:45 +0000
commit7a468420c7a551cba35670e1e051586281a85d9d (patch)
tree660eb4fabf452fd928f092756596fbea348c5afd /src/ui/struct/SoftwareVersion.h
parentfeat: use custom password dialog now (diff)
downloadGpgFrontend-7a468420c7a551cba35670e1e051586281a85d9d.tar.gz
GpgFrontend-7a468420c7a551cba35670e1e051586281a85d9d.zip
fix: solve an issue in version checking
Diffstat (limited to '')
-rw-r--r--src/ui/struct/SoftwareVersion.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/struct/SoftwareVersion.h b/src/ui/struct/SoftwareVersion.h
index 942efec9..9d861ef1 100644
--- a/src/ui/struct/SoftwareVersion.h
+++ b/src/ui/struct/SoftwareVersion.h
@@ -81,7 +81,6 @@ struct SoftwareVersion {
[[nodiscard]] bool CurrentVersionReleased() const;
private:
-
static int version_compare(const std::string& a, const std::string& b);
};
} // namespace GpgFrontend::UI