[haiku-commits] r33734 - haiku/trunk/src/kits/interface

  • From: pulkomandy@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 23 Oct 2009 00:09:20 +0200 (CEST)

Author: pulkomandy
Date: 2009-10-23 00:09:20 +0200 (Fri, 23 Oct 2009)
New Revision: 33734
Changeset: http://dev.haiku-os.org/changeset/33734/haiku

Modified:
   haiku/trunk/src/kits/interface/InterfaceDefs.cpp
Log:
This does seem more logical and makes it build on gcc4. Not sure if it's the 
right thing :)


Modified: haiku/trunk/src/kits/interface/InterfaceDefs.cpp
===================================================================
--- haiku/trunk/src/kits/interface/InterfaceDefs.cpp    2009-10-22 21:14:10 UTC 
(rev 33733)
+++ haiku/trunk/src/kits/interface/InterfaceDefs.cpp    2009-10-22 22:09:20 UTC 
(rev 33734)
@@ -944,7 +944,7 @@
        if (link.FlushWithReply(code) == B_OK && code == B_OK)
                link.Read<bool>(&acceptFirstClick);
 
-       return accept_first_click;
+       return acceptFirstClick;
 }
 
 rgb_color


Other related posts:

  • » [haiku-commits] r33734 - haiku/trunk/src/kits/interface - pulkomandy