Fix error left behind from testing.
[geos.git] / source / util / AssertionFailedException.cpp
blobfe0accfa100c0458e2eeef7d6c1eede4ef3f4967
1 /**********************************************************************
2 * $Id$
4 * GEOS - Geometry Engine Open Source
5 * http://geos.refractions.net
7 * Copyright (C) 2001-2002 Vivid Solutions Inc.
9 * This is free software; you can redistribute and/or modify it under
10 * the terms of the GNU Lesser General Public Licence as published
11 * by the Free Software Foundation.
12 * See the COPYING file for more information.
14 **********************************************************************/
16 #include <geos/util/AssertionFailedException.h>
18 namespace geos {
19 namespace util { // geos.util
21 } // namespace geos.util
22 } // namespace geos
25 /**********************************************************************
26 * $Log$
27 * Revision 1.12 2006/04/03 10:56:58 strk
28 * Removed implementation files build spec for fully-inlined classes
30 **********************************************************************/