diff --git a/include/lc3_cpp.h b/include/lc3_cpp.h index d920125..835301b 100644 --- a/include/lc3_cpp.h +++ b/include/lc3_cpp.h @@ -20,8 +20,8 @@ * Low Complexity Communication Codec (LC3) - C++ interface */ -#ifndef __LC3CPP_H -#define __LC3CPP_H +#ifndef __LC3_CPP_H +#define __LC3_CPP_H #include #include @@ -282,4 +282,4 @@ class Decoder : public Base { } // namespace lc3 -#endif /* __LC3CPP_H */ +#endif /* __LC3_CPP_H */