|
|
|
@ -4,7 +4,7 @@ |
|
|
|
* \author Georg Hopp |
|
|
|
* |
|
|
|
* \copyright |
|
|
|
* Copyright © 2012 Georg Hopp |
|
|
|
* Copyright © 2014 Georg Hopp |
|
|
|
* |
|
|
|
* This program is free software: you can redistribute it and/or modify |
|
|
|
* it under the terms of the GNU General Public License as published by |
|
|
|
@ -102,6 +102,6 @@ hashValueHandleDouble(void * _this, void * _double) |
|
|
|
|
|
|
|
TR_INIT_IFACE(TR_Class, hashValueCtor, hashValueDtor, NULL); |
|
|
|
TR_INIT_IFACE(TR_Hashable, hashValueGetHash, hashValueHandleDouble); |
|
|
|
TR_CREATE_CLASS(TR_HashValue, NULL, TR_IF(TR_Class), TR_IF(TR_Hashable)); |
|
|
|
TR_CREATE_CLASS(TR_HashValue, NULL, NULL, TR_IF(TR_Class), TR_IF(TR_Hashable)); |
|
|
|
|
|
|
|
// vim: set ts=4 sw=4: |