diff options
Diffstat (limited to 'cc/layer_impl.h')
-rw-r--r-- | cc/layer_impl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cc/layer_impl.h b/cc/layer_impl.h index c9d6905..d51f3d0 100644 --- a/cc/layer_impl.h +++ b/cc/layer_impl.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef CCLayerImpl_h -#define CCLayerImpl_h +#ifndef CC_LAYER_IMPL_H_ +#define CC_LAYER_IMPL_H_ #include <string> @@ -418,4 +418,4 @@ void sortLayers(std::vector<LayerImpl*>::iterator first, std::vector<LayerImpl*> } -#endif // CCLayerImpl_h +#endif // CC_LAYER_IMPL_H_ |