From ce0fc1d46a0b2247ede257de382b18f76eb39b9f Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 26 Feb 2006 01:24:44 +0000
Subject: [PATCH] *** empty log message ***

---
 Box/Main.cpp | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/Box/Main.cpp b/Box/Main.cpp
index 1b17005355..fd007fff8e 100644
--- a/Box/Main.cpp
+++ b/Box/Main.cpp
@@ -1,4 +1,4 @@
-// $Id: Main.cpp,v 1.56 2006-02-26 00:40:29 geuzaine Exp $
+// $Id: Main.cpp,v 1.57 2006-02-26 01:24:44 geuzaine Exp $
 //
 // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
 //
@@ -250,3 +250,9 @@ double GetValue(char *text, double defaultval)
   else
     return atof(str);
 }
+
+bool GetBinaryAnswer(const char *question, const char *yes, const char *no, 
+		     bool defaultval)
+{
+  return defaultval;
+}
-- 
GitLab