aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-11-26 16:37:18 (GMT)
committerfluxgen <fluxgen>2002-11-26 16:37:18 (GMT)
commit48f3316064f1479ef29d1791903362e1fcc62aae (patch)
tree543543eaab7352bc8df155de059d3b0c97ce1d4a
parent0cbcb87b888d5d7ac227e74630a1734fa7c4e939 (diff)
downloadfluxbox-48f3316064f1479ef29d1791903362e1fcc62aae.zip
fluxbox-48f3316064f1479ef29d1791903362e1fcc62aae.tar.bz2
notcopyable is now fbtk
-rw-r--r--src/Resource.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Resource.hh b/src/Resource.hh
index 0e4e939..f030d39 100644
--- a/src/Resource.hh
+++ b/src/Resource.hh
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: Resource.hh,v 1.7 2002/08/04 15:55:13 fluxgen Exp $ 22// $Id: Resource.hh,v 1.8 2002/11/26 16:37:18 fluxgen Exp $
23 23
24#ifndef RESOURCE_HH 24#ifndef RESOURCE_HH
25#define RESOURCE_HH 25#define RESOURCE_HH
@@ -30,7 +30,7 @@
30/** 30/**
31 Base class for resources 31 Base class for resources
32*/ 32*/
33class Resource_base:private NotCopyable 33class Resource_base:private FbTk::NotCopyable
34{ 34{
35public: 35public:
36 virtual ~Resource_base() { }; 36 virtual ~Resource_base() { };