diff options
author | Nicolas BERNSTEIN <katchup@nicolas-bernsteins-acpi.local> | 2009-10-26 14:42:00 +0100 |
---|---|---|
committer | Nicolas BERNSTEIN <katchup@nicolas-bernsteins-acpi.local> | 2009-10-26 14:42:00 +0100 |
commit | d68a064819deaaa8e01eca3c7809050b25cedfbd (patch) | |
tree | 2d4692602b7ad7e1071b9b0a83a11d44181bafa0 /Source/Kernel/SyscallManager/Ressource.class.h | |
parent | d1ac6fb03e3110e35023f60f643f0c4d02c3d8b6 (diff) | |
download | Melon-d68a064819deaaa8e01eca3c7809050b25cedfbd.tar.gz Melon-d68a064819deaaa8e01eca3c7809050b25cedfbd.zip |
Made some minor changes, for compatibility
Diffstat (limited to 'Source/Kernel/SyscallManager/Ressource.class.h')
-rw-r--r-- | Source/Kernel/SyscallManager/Ressource.class.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Kernel/SyscallManager/Ressource.class.h b/Source/Kernel/SyscallManager/Ressource.class.h index 2ccdcc1..ecd640b 100644 --- a/Source/Kernel/SyscallManager/Ressource.class.h +++ b/Source/Kernel/SyscallManager/Ressource.class.h @@ -48,7 +48,7 @@ class Ressource { protected: Ressource(u8int type, call_t* callTable = 0); - ~Ressource(); + virtual ~Ressource(); //This function's role is to tell the Ressource if it is supposed to be accesible from current user or not virtual bool accessible() = 0; //This function should be overloaded by all derivated classes |