d09f6b3016
git-svn-id: svn://localhost/trunk/ardour2@4 d708f5d6-7413-0410-9779-e7cbd77b26cf
13 lines
194 B
C++
13 lines
194 B
C++
// $Id$
|
|
|
|
#include <cassowary/ClDummyVariable.h>
|
|
|
|
#ifdef HAVE_CONFIG_H
|
|
#include <config.h>
|
|
#define CONFIG_H_INCLUDED
|
|
#endif
|
|
|
|
#ifdef CL_FIND_LEAK
|
|
long ClDummyVariable::cDummyVariables = 0;
|
|
#endif
|