just kick off another build
[moon.git] / src / asf / asf-debug.cpp
blob867e9492b2893a56170e5aa626c2cbb1e85d674e
1 /*
2 * asf-structures.h:
4 * Contact:
5 * Moonlight List (moonlight-list@lists.ximian.com)
7 * Copyright 2007 Novell, Inc. (http://www.novell.com)
9 * See the LICENSE file included with the distribution for details.
12 #include "asf-debug.h"
14 #if DEBUG
16 GHashTable* ObjectTracker::current_ids = NULL;
17 GHashTable* ObjectTracker::current_objects = NULL;
19 #endif