My only argument here is for uniformity : almost all other places in Mixxx use pointers, so I almost always use pointers. I don't really mind either way though.
Cheers, RJ Sean M. Pappalardo wrote: > Hello all. > > In writing a MidiMapping class, I was told that in general, I should use > references except where I need a pointer. (I have no idea when which is > appropriate when dealing with objects.) So I've been using references in > my class. I discovered that doing so creates a chain of fixes I need to > make to most of the dlgpreferences* classes since they all use > MidiObject pointers instead of references. I'm not opposed to doing so, > but will this help or hurt Mixxx overall if I do? > > Sean > > <<--------------------------------------------------------------------------------->> > This E-Mail message has been scanned for viruses > and cleared by >>SmartMail<< from Smarter Technology, Inc. > <<--------------------------------------------------------------------------------->> > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword > _______________________________________________ > Mixxx-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mixxx-devel > ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Mixxx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mixxx-devel
