mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 17:46:36 +00:00
Some changes to directory code to help it compile on newer gcc compilers
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
struct DIR;
|
||||
|
||||
namespace EQ {
|
||||
class Directory
|
||||
{
|
||||
@@ -15,6 +13,7 @@ namespace EQ {
|
||||
bool Exists();
|
||||
void GetFiles(std::vector<std::string> &files);
|
||||
private:
|
||||
DIR *m_dir;
|
||||
struct impl;
|
||||
impl *m_impl;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user