From 32069a88fa551430cf3a8bbbdc250a5586040f28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 24 Feb 2004 07:15:56 +0000 Subject: [PATCH] Made the attribute type accessible read-only. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6711 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/diskprobe/DataEditor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/diskprobe/DataEditor.h b/src/apps/diskprobe/DataEditor.h index ee2210bfbc..0b8a827363 100644 --- a/src/apps/diskprobe/DataEditor.h +++ b/src/apps/diskprobe/DataEditor.h @@ -33,6 +33,7 @@ class DataEditor : public BLocker { //bool IsModified() const { return fIsModified; } const char *Attribute() const { return fAttribute; } + type_code Type() const { return fType; } status_t InitCheck();