Changeset 267 in dev for trunk/jenga/include/smoothie
- Timestamp:
- Aug 7, 2007, 4:14:06 AM (17 years ago)
- Location:
- trunk/jenga/include/smoothie
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/jenga/include/smoothie/Smoothie.h
r249 r267 1 1 #pragma once 2 2 3 #include "Source.h"3 #include <string> 4 4 5 5 class Smoothie{ … … 18 18 class Lexical{ 19 19 public: 20 static string baseProjectDirPath; 21 static BasicSource source; 20 static std::string baseProjectDirPath; 22 21 }; 23 22
Note:
See TracChangeset
for help on using the changeset viewer.