summaryrefslogtreecommitdiff
path: root/libs/cassowary/ClVariable.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/cassowary/ClVariable.cc')
-rw-r--r--libs/cassowary/ClVariable.cc21
1 files changed, 21 insertions, 0 deletions
diff --git a/libs/cassowary/ClVariable.cc b/libs/cassowary/ClVariable.cc
new file mode 100644
index 0000000000..2a136c1096
--- /dev/null
+++ b/libs/cassowary/ClVariable.cc
@@ -0,0 +1,21 @@
+// $Id$
+//
+// Cassowary Incremental Constraint Solver
+// Original Smalltalk Implementation by Alan Borning
+// This C++ Implementation by Greg J. Badros, <gjb@cs.washington.edu>
+// http://www.cs.washington.edu/homes/gjb
+// (C) 1998, 1999 Greg J. Badros and Alan Borning
+// See ../LICENSE for legal details regarding this software
+//
+// ClVariable.cc
+
+#include <cassowary/ClVariable.h>
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#define CONFIG_H_INCLUDED
+#endif
+
+StringToVarMap *ClVariable::pmapStrPclv = NULL;
+ClVariable clvNil(static_cast<ClAbstractVariable*>(0));
+