Skip to content
  • Halla Rempt's avatar
    Be consistent with structs and classes · 861775b0
    Halla Rempt authored
    For the d-pointer classes we sometimes use class, sometimes struct,
    and regularly struct in the header, class in the impl and the other
    way around. Visual Studio doesn't like tht. This commit makes every
    private class a struct.
    861775b0