13 lines
194 B
C++
13 lines
194 B
C++
|
// $Id$
|
||
|
|
||
|
#include <cassowary/ClSlackVariable.h>
|
||
|
|
||
|
#ifdef HAVE_CONFIG_H
|
||
|
#include <config.h>
|
||
|
#define CONFIG_H_INCLUDED
|
||
|
#endif
|
||
|
|
||
|
#ifdef CL_FIND_LEAK
|
||
|
long ClSlackVariable::cSlackVariables = 0;
|
||
|
#endif
|