Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37777405
en ru br
ALT Linux repos
S:0.2.3-alt5
5.0: 0.1.0-alt1

Group :: Games/Puzzles
RPM: gnome-quod

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: gnome-quod-0.2.3-alt-gcc-6.patch
Download


diff --git a/gnome-quod/src/boardpanel.h b/gnome-quod/src/boardpanel.h
index 868b2ee..a7a05ec 100644
--- a/gnome-quod/src/boardpanel.h
+++ b/gnome-quod/src/boardpanel.h
@@ -28,8 +28,8 @@
 class BoardPanel : public Gtk::DrawingArea
 {
 public:
-    static const double dx = 1.0;
-    static const double dy = 1.0;
+    static constexpr double dx = 1.0;
+    static constexpr double dy = 1.0;
     static const Glib::ustring NO_BACKGROUND;
 
     BoardPanel (const Board* board);
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin