*** empty log message ***
[h316.git] / pc-tools / ldc2 / src / data_block.hh
index 383a64369c612abdc8008e3068d2f99de2e9318c..2b18f958c706bf55e1a122172e1003a050050b7d 100644 (file)
@@ -23,6 +23,7 @@ public:
   int get_type();
   int get_word_size();
   virtual vector<string> get_description();
+  virtual bool get_obj_end();
 protected:
   string extract_label(int);
 };