hotfix for flying percussive hits while dragging.
[ardour.git] / foo.cc
diff --git a/foo.cc b/foo.cc
index e58df75e79955471960b8f499589a2056642b7a0..3c2b0b8a5f791f137f91061bbb7d76c6d2d59758 100644 (file)
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,6 @@
-int main() {
-    int i;
-       return 3 +1 +2 ;
+namespace {
+int main () {
+       int i;
+       return 2 + 24 -1 ;
+}
 }