Prepend header guard with underscore.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28561 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
* Artur Wyszynski <[email protected]>
|
||||
*/
|
||||
|
||||
#ifndef GRADIENT_DIAMOND_H
|
||||
#define GRADIENT_DIAMOND_H
|
||||
#ifndef _GRADIENT_DIAMOND_H
|
||||
#define _GRADIENT_DIAMOND_H
|
||||
|
||||
#include <Gradient.h>
|
||||
|
||||
@@ -24,4 +24,4 @@ public:
|
||||
void SetCenter(float cx, float cy);
|
||||
};
|
||||
|
||||
#endif // GRADIENT_DIAMOND_H
|
||||
#endif // _GRADIENT_DIAMOND_H
|
||||
|
||||
Reference in New Issue
Block a user