Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / audio / Biquad.h
index 475ceac..3fcc1d4 100644 (file)
@@ -45,7 +45,7 @@ namespace blink {
 // It can be configured to a number of common and very useful filters:
 //    lowpass, highpass, shelving, parameteric, notch, allpass, ...
 
-class PLATFORM_EXPORT Biquad FINAL {
+class PLATFORM_EXPORT Biquad final {
 public:
     Biquad();
     ~Biquad();