b977e4e00b
levels to work. Some from Erik Hovland via the numptyphysics bug tracker, some from David Coppa. Port diff from David Coppa (maintainer).
13 lines
432 B
Plaintext
13 lines
432 B
Plaintext
$OpenBSD: patch-Levels_h,v 1.1 2009/10/22 23:07:54 sthen Exp $
|
|
--- Levels.h.orig Thu Oct 15 08:59:14 2009
|
|
+++ Levels.h Thu Oct 15 09:00:25 2009
|
|
@@ -24,7 +24,7 @@
|
|
class Levels
|
|
{
|
|
public:
|
|
- Levels( int numDirs=0, const char** dirs=NULL );
|
|
+ explicit Levels( int numDirs=0, const char** dirs=NULL );
|
|
bool addPath( const char* path );
|
|
bool addLevel( const std::string& file, int rank=-1, int index=-1 );
|
|
int numLevels();
|