Continue OS X installer work.

This commit is contained in:
Steve Checkoway
2003-09-09 01:00:48 +00:00
parent 95f387ce5c
commit 3226a2fa6d
4 changed files with 25 additions and 11 deletions
@@ -10,9 +10,12 @@
#ifndef INSTALLER_FILE_H
#define INSTALLER_FILE_H
#include "StdString.h"
#include <cstdio>
#include <vector>
using namespace std;
class InstallerFile {
private:
CString mPath;