auto mysql = new MySQL(parseconfig, seismoDownload); // the problem is here! (LOC 170)
mysql need settings form parseconfig, and link from instance of seismoDownload class.
But I am getting error: undefined identifier parseconfig, did you mean class p
arseConfig? What I am doing wrong? http://www.everfall.com/paste/id.php?iwh4qdcqv6zi
