diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-02-10 23:19:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-02-10 23:25:52 +0300 |
commit | c218293c2fe001c23099e73bf9276fe295a7e682 (patch) | |
tree | 91ea8099c5eb278cfb7983c452e13b868d8b0888 /src/Makefile.am | |
parent | af1c910f5cc02f57e466ae066494fc73ed96e10a (diff) | |
download | plus-c218293c2fe001c23099e73bf9276fe295a7e682.tar.gz plus-c218293c2fe001c23099e73bf9276fe295a7e682.tar.bz2 plus-c218293c2fe001c23099e73bf9276fe295a7e682.tar.xz plus-c218293c2fe001c23099e73bf9276fe295a7e682.zip |
Rename physfsmemoryobject into debugmemoryobject.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2bc72294e..66bb691f3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -546,7 +546,7 @@ BASE_SRC += events/actionevent.h \ utils/paths.h \ utils/perfomance.cpp \ utils/perfomance.h \ - utils/physfsmemoryobject.h \ + utils/debugmemoryobject.h \ utils/virtfsrwops.cpp \ utils/virtfsrwops.h \ utils/virtfs.cpp \ |