Explorar el Código

Fix namespace

Billy Barrow hace 4 semanas
padre
commit
b0cc9d8590
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      src/lib/DataStructures/Catalogue.vala

+ 1 - 3
src/lib/DataStructures/Catalogue.vala

@@ -1,6 +1,4 @@
-using Invercargill.DataStructures;
-
-namespace Invercargill {
+namespace Invercargill.DataStructures {
 
     public class Catalogue<TKey, TValue> : Enumerable<Grouping<TKey, TValue>>, Lot<Grouping<TKey, TValue>>, ReadOnlyCategoryIndex<TKey, TValue>, CategoryIndex<TKey, TValue> {