Fixed incorrect header include guards in tests.

This commit is contained in:
David Williams
2011-07-17 00:50:02 +01:00
parent c7fa6552ae
commit cb0afb17f9
4 changed files with 6 additions and 15 deletions

View File

@ -21,8 +21,8 @@ freely, subject to the following restrictions:
distribution.
*******************************************************************************/
#ifndef __PolyVox_TestVolume_H__
#define __PolyVox_TestVolume_H__
#ifndef __PolyVox_TestArray_H__
#define __PolyVox_TestArray_H__
#include <QObject>