Small naming correction

This commit is contained in:
Phil Nash
2012-09-03 08:18:32 +01:00
parent deb3ced619
commit 625fc832ee
3 changed files with 29 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
//
// File.cpp
// CatchSelfTest
//
// Created by Phil Nash on 02/09/2012.
//
//
#include "File.h"

View File

@@ -0,0 +1,14 @@
//
// File.h
// CatchSelfTest
//
// Created by Phil Nash on 02/09/2012.
//
//
#ifndef __CatchSelfTest__File__
#define __CatchSelfTest__File__
#include <iostream>
#endif /* defined(__CatchSelfTest__File__) */