mirror of
https://github.com/google/liblc3.git
synced 2026-04-21 15:14:50 +00:00
fix: Rename define guard
This commit is contained in:
@@ -20,8 +20,8 @@
|
|||||||
* Low Complexity Communication Codec (LC3) - C++ interface
|
* Low Complexity Communication Codec (LC3) - C++ interface
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __LC3CPP_H
|
#ifndef __LC3_CPP_H
|
||||||
#define __LC3CPP_H
|
#define __LC3_CPP_H
|
||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
@@ -282,4 +282,4 @@ class Decoder : public Base<struct lc3_decoder> {
|
|||||||
|
|
||||||
} // namespace lc3
|
} // namespace lc3
|
||||||
|
|
||||||
#endif /* __LC3CPP_H */
|
#endif /* __LC3_CPP_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user