*** empty log message ***
[h316.git] / pc-tools / ldc2 / src / data_block.hh
index 383a64369c612abdc8008e3068d2f99de2e9318c..7a9e1bf907811960778615c58f7ebfa6d32c13f9 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef DATA_BLOCK_H
-#define DATA_BLOCK_H
+#ifndef DATA_BLOCK_HH
+#define DATA_BLOCK_HH
 
 #include<vector>
 #include<string>
@@ -23,6 +23,7 @@ public:
   int get_type();
   int get_word_size();
   virtual vector<string> get_description();
+
 protected:
   string extract_label(int);
 };