From: Steinar H. Gunderson Date: Thu, 24 Jan 2013 09:22:59 +0000 (+0100) Subject: Fix a Clang warning. X-Git-Tag: 1.0~147 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=3702fd5c7d6121bab0ff5726804e6591038406b3 Fix a Clang warning. Patch by Dan Dennedy. --- diff --git a/effect_chain.h b/effect_chain.h index 4b277b3..88d5d32 100644 --- a/effect_chain.h +++ b/effect_chain.h @@ -9,7 +9,7 @@ #include "input.h" class EffectChain; -class Phase; +struct Phase; // For internal use within Node. enum AlphaType {