ToneGenerator.h: Add C++11 workaround for static const float member initialization
C++11 does not permit the initialization of static const float types. Use a preprocessor macro as a workaround until the entire system can be upgraded to C++11. Change-Id: I959e0bcc972ea9a24451ae1e405e7a43066b760a
Loading
Please register or sign in to comment