make CVC4::Rational public (fixes broken build)
authorMorgan Deters <mdeters@gmail.com>
Fri, 7 May 2010 00:41:06 +0000 (00:41 +0000)
committerMorgan Deters <mdeters@gmail.com>
Fri, 7 May 2010 00:41:06 +0000 (00:41 +0000)
src/util/rational.h

index 428f4f12f0b1fd5d045405c36f8cf3fc76ce572d..53a7e906058fb20237eeb5eed0ad0f44a1114306 100644 (file)
@@ -39,7 +39,7 @@ namespace CVC4 {
  ** in danger of invoking the char* constructor, from whence you will segfault.
  **/
 
-class Rational {
+class CVC4_PUBLIC Rational {
 private:
   /**
    * Stores the value of the rational is stored in a C++ GMP rational class.