mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
wrong EXPCL
This commit is contained in:
parent
2cfcee5b5d
commit
1e7a4986a1
@ -38,7 +38,7 @@
|
|||||||
// example, to scan a directory for all files matching a
|
// example, to scan a directory for all files matching a
|
||||||
// particular pattern.
|
// particular pattern.
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
class EXPCL_DTOOL GlobPattern {
|
class EXPCL_DTOOLCONFIG GlobPattern {
|
||||||
public:
|
public:
|
||||||
INLINE GlobPattern(const string &pattern = string());
|
INLINE GlobPattern(const string &pattern = string());
|
||||||
INLINE GlobPattern(const GlobPattern ©);
|
INLINE GlobPattern(const GlobPattern ©);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user