Fault: Forgot to refresh to grab these header guard updates.
This commit is contained in:
parent
a48fe2729a
commit
aa62c217c5
1 changed files with 3 additions and 3 deletions
|
@ -28,8 +28,8 @@
|
||||||
* Authors: Gabe Black
|
* Authors: Gabe Black
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __SIM_FAULT_HH__
|
#ifndef __SIM_FAULT_FWD_HH__
|
||||||
#define __SIM_FAULT_HH__
|
#define __SIM_FAULT_FWD_HH__
|
||||||
|
|
||||||
class FaultBase;
|
class FaultBase;
|
||||||
template <class T> class RefCountingPtr;
|
template <class T> class RefCountingPtr;
|
||||||
|
@ -37,4 +37,4 @@ typedef RefCountingPtr<FaultBase> Fault;
|
||||||
|
|
||||||
FaultBase * const NoFault = 0;
|
FaultBase * const NoFault = 0;
|
||||||
|
|
||||||
#endif // __SIM_FAULT_HH__
|
#endif // __SIM_FAULT_FWD_HH__
|
||||||
|
|
Loading…
Reference in a new issue