diff options
Diffstat (limited to 'paludis/repositories/gemcutter/json_common-fwd.hh')
-rw-r--r-- | paludis/repositories/gemcutter/json_common-fwd.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/paludis/repositories/gemcutter/json_common-fwd.hh b/paludis/repositories/gemcutter/json_common-fwd.hh index 545eb5f25..8d5a6956f 100644 --- a/paludis/repositories/gemcutter/json_common-fwd.hh +++ b/paludis/repositories/gemcutter/json_common-fwd.hh @@ -28,9 +28,9 @@ namespace paludis { class JSONError; - class GemJSONInfo; - class GemJSONDependency; - class GemJSONDependencies; + struct GemJSONInfo; + struct GemJSONDependency; + struct GemJSONDependencies; typedef std::function<void (const GemJSONInfo &)> ParsedOneGemCallback; } |