changeset 11:35159f132552 master

added initialProfile parameter to NewGroup
author Andrew Knoll <andrewtknoll@gmail.com>
date Sat, 09 Mar 2013 21:50:36 -0500
parents d1472ab61fd1
children 5947b9721b9c
files LibModuleDBShare-1.0/LibModuleDBShare-1.0.lua
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/LibModuleDBShare-1.0/LibModuleDBShare-1.0.lua	Sat Mar 09 20:08:06 2013 -0500
+++ b/LibModuleDBShare-1.0/LibModuleDBShare-1.0.lua	Sat Mar 09 21:50:36 2013 -0500
@@ -17,10 +17,11 @@
 --- Creates a new DB group.
 -- @param groupName The name of the new DB group.
 -- @param usesDualSpec True if this group should use LibDualSpec, false otherwise.
+-- @param initialProfile The name of the profile to start with.
 -- @usage
 -- local myAddonDBGroup = LibStub("LibModuleDBShare-1.0"):NewGroup("MyAddonGroupName", true)
 -- @return the new DB group object
-function LibModuleDBShare:NewGroup(groupName, usesDualSpec)
+function LibModuleDBShare:NewGroup(groupName, usesDualSpec, initialProfile)
 	
 end