all repos — fluxbox @ 48f3316064f1479ef29d1791903362e1fcc62aae

custom fork of the fluxbox windowmanager

notcopyable is now fbtk
fluxgen fluxgen
commit

48f3316064f1479ef29d1791903362e1fcc62aae

parent

0cbcb87b888d5d7ac227e74630a1734fa7c4e939

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/Resource.hhsrc/Resource.hh

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Resource.hh,v 1.7 2002/08/04 15:55:13 fluxgen Exp $ +// $Id: Resource.hh,v 1.8 2002/11/26 16:37:18 fluxgen Exp $ #ifndef RESOURCE_HH #define RESOURCE_HH

@@ -30,7 +30,7 @@ #include <list>

/** Base class for resources */ -class Resource_base:private NotCopyable +class Resource_base:private FbTk::NotCopyable { public: virtual ~Resource_base() { };