mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 00:56:33 +01:00
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
|