all repos — fluxbox @ 7d74c33ecb7fd4de15df5a74d8819e90a9b3985a

custom fork of the fluxbox windowmanager

minor fix
fluxgen fluxgen
commit

7d74c33ecb7fd4de15df5a74d8819e90a9b3985a

parent

3a4422dbe7c7ebfb5a107dc30977f36dc7da9fd9

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

jump to
M src/FbTk/Color.ccsrc/FbTk/Color.cc

@@ -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: Color.cc,v 1.9 2004/02/28 16:55:22 fluxgen Exp $ +// $Id: Color.cc,v 1.10 2004/04/25 16:12:21 fluxgen Exp $ #include "Color.hh"

@@ -106,7 +106,7 @@ return true;

} -Color &Color::Color::operator = (const Color &col_copy) { +Color &Color::operator = (const Color &col_copy) { // check for aliasing if (this == &col_copy) return *this;