From owner-freebsd-hackers@FreeBSD.ORG Sat Dec 21 05:03:21 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1D416A90 for ; Sat, 21 Dec 2013 05:03:21 +0000 (UTC) Received: from mail-qc0-x232.google.com (mail-qc0-x232.google.com [IPv6:2607:f8b0:400d:c01::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C944E17FC for ; Sat, 21 Dec 2013 05:03:20 +0000 (UTC) Received: by mail-qc0-f178.google.com with SMTP id i17so3068532qcy.23 for ; Fri, 20 Dec 2013 21:03:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=jvkal9tiUZfFcsrBCeW7DBZ0SJlblJf3FsEOqvR31jU=; b=pKrwmgAhnv0upBQkgFucVDDNf6SdgSXiSbE1muh9XZ9JanE0SoeY+q1a2wLIHfilFG J+NFTTxvZhgEJsli8R2PTNWZ0HPa549oJVFNyKWZNZSMErk+8DHG7PLwdlX6gtiUafY/ JilV0VOiRoY7QkgYUrTEIDU1SZ6HRy7Gh2jmg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=jvkal9tiUZfFcsrBCeW7DBZ0SJlblJf3FsEOqvR31jU=; b=DsX4B1M+ptBm868aN3zjzqOL1+a6C4VIQtmeh4B7MYyw9lOjHXxTpoIk65JLewGvFD nPI5TH5nPyFzBajZrs5MaNeq35qubdZ1RpfcxsY/wji/XEA1Ou4W9cc1uzLrdv/HtJoB OY8w5rdT46nB6WmGVkk4wwR6xd8rQ9vQwMHLE361AcXLiy2dP9nbkpYXkQ68X0xJy2rV prCo+sTkuX+Hpitfvz++gTAzk1vPDAKOGvFobdw2NqZdZ/uGtEcE7gkpvedrPSF9y2eT 07ci1oH1ICHlM7B97unq4XaYeTtwbmM1VZo5FlXJVXmgL3A0VOufR0lKIrYKplslGLdk KxEg== X-Gm-Message-State: ALoCoQmYf9WmObi5/478Lp1esLdN4gNOAeHgDEuMNjiZvuGpbCYur7WYvChKX+QIe4FEsef87M+x X-Received: by 10.49.108.200 with SMTP id hm8mr21018409qeb.53.1387602199827; Fri, 20 Dec 2013 21:03:19 -0800 (PST) MIME-Version: 1.0 Received: by 10.96.30.194 with HTTP; Fri, 20 Dec 2013 21:02:49 -0800 (PST) In-Reply-To: References: From: Eitan Adler Date: Sat, 21 Dec 2013 00:02:49 -0500 Message-ID: Subject: Re: C++ overloaded virtual function To: Joe Nosay Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Hackers , Alan Somers X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 05:03:21 -0000 On Fri, Dec 20, 2013 at 5:10 PM, Joe Nosay wrote: > On Fri, Dec 20, 2013 at 12:52 PM, Alan Somers wrote: >> > _______________________________________________ >> > freebsd-hackers@freebsd.org mailing list >> > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers >> > To unsubscribe, send any mail to " >> freebsd-hackers-unsubscribe@freebsd.org" >> > [ wouldn't this be better on -questions than on -hackers? The latter is for working on FreeBSD itself. ] > New error:: Be sure to include the source code when asking questions > /usr/home/raspycat/traverso/work/traverso-0.49.2/src/engine/Driver.h:50:85: > error: > invalid use of non-static data member 'NoneQString' Read the error: make NoneQString static :-) > ...bool playback=true, const QString& cardDevice=NoneQString); -- Eitan Adler