I hope Windows likes "/" versus "\".

This commit is contained in:
Jason Felds
2011-10-02 00:09:40 -04:00
parent 9cf2592a32
commit f9d12e1afe
62 changed files with 62 additions and 62 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef COURSE_CONTENTS_LIST_H
#define COURSE_CONTENTS_LIST_H
#include "Actors\ActorScroller.h"
#include "Actors/ActorScroller.h"
class CourseEntryDisplay;
/** @brief Holds course name and banner. */
class CourseContentsList : public ActorScroller