fix filename.

This commit is contained in:
bolero-MURAKAMI 2012-11-18 13:13:13 +09:00
parent 16306fed82
commit 3fd2451163
2 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@
#include <sprout/compost/effects/changed_volume.hpp>
#include <sprout/compost/effects/reverbed.hpp>
#include <sprout/compost/effects/distorted.hpp>
#include <sprout/compost/effects/overdrived.hpp>
#include <sprout/compost/effects/overdriven.hpp>
#include <sprout/compost/effects/fuzzed.hpp>
#include <sprout/compost/effects/compressed.hpp>
#include <sprout/compost/effects/tremolo.hpp>

View file

@ -1,5 +1,5 @@
#ifndef SPROUT_COMPOST_EFFECTS_OVERDRIVED_HPP
#define SPROUT_COMPOST_EFFECTS_OVERDRIVED_HPP
#ifndef SPROUT_COMPOST_EFFECTS_OVERDRIVEN_HPP
#define SPROUT_COMPOST_EFFECTS_OVERDRIVEN_HPP
#include <sprout/config.hpp>
#include <sprout/utility/forward.hpp>
@ -103,4 +103,4 @@ namespace sprout {
} // namespace compost
} // namespace sprout
#endif // #ifndef SPROUT_COMPOST_EFFECTS_OVERDRIVED_HPP
#endif // #ifndef SPROUT_COMPOST_EFFECTS_OVERDRIVEN_HPP