mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
12 lines
194 B
C++
12 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
|